home *** CD-ROM | disk | FTP | other *** search
- /*
- * PCX DUMP routine. Always dumps whole screen (you must be using GRX and
- * be in a graphics mode. The GRX mode (16, 256 colors, etc..) does not
- * matter as long as the number of different colors on the screen does not
- * exceed 16. The 'pcxdump' routine takes one argument: the name of the PCX
- * file. If this is NULL, an internally generated name is used. It returns
- * an integer indicating completion status: 0 = failed, else success. The
- * output is put into sequentially numbered PCX files starting with
- * "DUMP0000.PCX"
- */
-
- extern int pcxdump(char *fname);
-
-